@charset "utf-8";
*{ margin:0; padding:0; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body{color: #333; min-width:1440px;}
body, div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin:0; padding:0; font:14px/1.5 Microsoft Yahei,微软雅黑,Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size:14px;}
ol,ul {list-style:none;}
li { list-style-type:none;}
img { vertical-align:middle;border:0;}
address,cite,code,em,th,i { font-weight:normal; font-style:normal;}
.clear { clear:both; *zoom:1;}
.clear:after { display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
a {text-decoration:none; color:#333;cursor:pointer;}
a:visited { text-decoration:none;}
a:hover { text-decoration:none;}
a:active { text-decoration:none;}
.fl { float:left;}
.fr { float:right;}
/* 设置滚动条的样式 */
::-webkit-scrollbar { width:5px;}/* 滚动槽 */
::-webkit-scrollbar-track { background-color:#e6e6e6; border-radius:0px;}/* 滚动条滑块 */
::-webkit-scrollbar-thumb { background-color:#333;border-radius:4px;}
::-webkit-scrollbar-thumb:window-inactive { background-color:#ef6123;border-radius:4px;}

/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}
input{ border-radius: 0; } 

/*修改输入框placeholder的默认颜色*/
::-webkit-input-placeholder{
  color:#aaa;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#aaa;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#aaa;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#aaa;
}

@font-face { font-family: "pangmen"; src: url('../fonts/pangmen.ttf'); }
.w1400 { width: 1400px; margin: 0 auto; }

/*头部 开始*/
.ly_Top { width: 100%; height: 106px; margin: 0; padding: 0; border-top: 6px solid #c50000; background: #fff; }
.lyTop_Main .ly_Logo { width: auto; height: 100px; overflow: hidden; float: left; }
.ly_Logo a { display: table-cell; vertical-align: middle; width: 100%; height: 100px; overflow: hidden; margin: 0; padding: 0; }
.ly_Logo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }

.lyTop_tel{ width:auto; height:40px;line-height:40px;overflow:hidden; color:#fff; font-size:26px; font-weight:bold; padding:0 0 0 30px; background-size:20px 20px; float:right;background:url(../images/tel02.png) center left no-repeat; background-size:20px 20px; margin:30px 0 0 50px;}
.lyTop_tel span{color: #dd0303; position:relative;}
.lyTop_tel span:before{content: attr(text); position: absolute; z-index: 10;color: #c50000;
    -webkit-mask: linear-gradient(to right, #dd0303 40%, transparent);}

/*导航栏 开始*/
.ly_Nav { width: 55%; height: auto; margin: 0; padding: 0; float: right;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_Nav li, .ly_Nav a { text-decoration: none; list-style: none; }
.ly_Nav ::-webkit-scrollbar {
display: none;
}
.ly_Nav .nav_list { width: 100%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_Nav .nav_list > ul > li { display: inline-block; width: 14.285%; position: relative; list-style: none; padding: 32px 0; float: left; }
.ly_Nav .nav_list > ul > li:last-child { background: none; }
.ly_Nav .nav_list > ul > li > a { display: inline-block; width: 100%; line-height: 36px; color: #333; font-size: 18px; text-align: center; padding: 0; margin: 0; text-decoration: none; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_Nav .nav_list > ul > li:hover, .ly_Nav .nav_list > ul > li.active { }
.ly_Nav .nav_list > ul > li:hover > a, .ly_Nav .nav_list > ul > li.active > a { color: #cc0001; }
.ly_Nav .nav_list > ul > li > em { display: block; width: 2px; height: 0; overflow: hidden; background-color: #cc0001; margin: 0; padding: 0; position: absolute; top: 0; left: 50%;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.ly_Nav .nav_list > ul > li:hover > em, .ly_Nav .nav_list > ul > li.active > em { height: 26%; }
.ly_Nav .nav_list > ul > li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down.png) center center no-repeat; background-size: 10px 10px; vertical-align: middle; cursor: pointer; margin: 0; display: none; }
.ly_Nav .nav_list > ul > li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 10px 10px; text-decoration: none; }
.ly_Nav .nav_list > ul > li ul { display: none; position: absolute; left: -17%; top: 80px; z-index: 9; width: 134%; overflow: hidden; background-color: #fff; border-top: 2px solid #cc0001; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 0 0 2px 2px; }
.ly_Nav .nav_list > ul > li:hover ul { display: block; }
.ly_Nav .nav_list > ul > li ul li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.ly_Nav .nav_list > ul > li ul li:last-child { border: 0; }
.ly_Nav .nav_list > ul > li ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 8px; }
.ly_Nav .nav_list > ul > li ul li a:hover { color: #cc0001; }
.ly_Nav .nav_menu { display: none; }

/*导航栏 结束*/
/*头部 结束*/
/* banner 开始 */
.apple-banner { width: 100%; height: 600px; overflow: hidden; position: relative; z-index: 9; }
.apple-banner .swiper-container { width: 100%; height: 600px; position: relative; }
/*分页器*/
.apple-banner .swiper-container-horizontal>.swiper-pagination-bullets, .apple-banner .swiper-pagination-custom, .apple-banner .swiper-pagination-fraction { top: auto; bottom: 30px; }
.apple-banner .swiper-pagination-bullet { display: inline-block; width: 10px; height: 10px; border: 0; background: rgba(255,255,255,.5); margin: 0 4px; cursor: pointer; border-radius: 0; opacity: 1; border-radius: 50%; }
.apple-banner .swiper-pagination-bullet-active { background: #fff; border-radius: 10px; width: 36px; }

/* banner 结束 */

/*产品直通车 开始*/
.lyPro_Menu { width: 100%; padding: 65px 0; background: #e9eaee; overflow: hidden; }
.lyPro_Menu .lyProMenu_tit { width: 189px; float: left; height: 169px; background: url(../images/protit_bg.png) no-repeat; background-size: cover; padding: 30px 0 0 20px; }
.lyPro_Menu .lyProMenu_tit b { display: block; color: #fff; font-size: 22px; }
.lyPro_Menu .lyProMenu_tit p { font-size: 13px; color: rgba(255,255,255,0.5); }
.lyPro_Menu .lyProMenu_tit a.lyProMenu_btn { display: block; margin-top: 30px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyPro_Menu .lyProMenu_tit:hover a.lyProMenu_btn { margin: 30px 0 0 10px; }
.lyPro_Menu .lyProMenu_list { width: calc(100% - 196px); float: right; height: 169px; overflow: hidden; }
.lyPro_Menu .lyProMenu_list dl {width: 24.625%;margin: 0 0.5% 0 0;float: left;background: #fff;padding: 15px 20px 0;height: 100%;}
.lyPro_Menu .lyProMenu_list dl:nth-child(4) { margin: 0; }
.lyPro_Menu .lyProMenu_list dl dt {width: 100%;margin: 5px 0 7px;overflow: hidden;}
.lyPro_Menu .lyProMenu_list dl dt img { display: block; width: 27px; height: 27px; float: left; }
.lyPro_Menu .lyProMenu_list dl dt a { display: block; color: #333; font-size: 18px; width: calc(100% - 35px); float: right; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 0 15px 0 0; height: 27px; line-height: 27px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyPro_Menu .lyProMenu_list dl dt a:after { display: block; content: ""; background: url(../images/jt02.png) no-repeat right center; width: 8px; height: 13px; position: absolute; right: 0; top: 7px; }
.lyPro_Menu .lyProMenu_list dl dt:hover a { color: #cc0001; width: calc(100% - 40px); }
.lyPro_Menu .lyProMenu_list dl dd { width: 48.5%; float: left; margin: 0 3% 0 0; }
.lyPro_Menu .lyProMenu_list dl dd:nth-child(odd) { margin: 0; }
.lyPro_Menu .lyProMenu_list dl dd em { display: block; width: 6px; height: 1px; overflow: hidden; margin: 13px 6px 13px 0; padding: 0; background-color: #999; float: left;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyPro_Menu .lyProMenu_list dl dd a {display: block;width: 100%;height: 27px;overflow: hidden;line-height: 27px;color: #999;font-size: 14px;white-space: nowrap;text-overflow: ellipsis;margin: 0 auto;padding: 0;}
.lyPro_Menu .lyProMenu_list dl dd a:hover em { width: 12px; background-color: #cc0001; }
.lyPro_Menu .lyProMenu_list dl dd a:hover { color: #cc0001; }
.lyPro_Menu .lyProMenu_tit a.lyProMenu_Mbtn { display: none; }

/*产品直通车 结束*/

/*产品展示 开始*/
.lyIdx_Pro { width: 100%; padding: 65px 0; background: #1a1e25; overflow: hidden; }
.lyIdx_tit { width: 235px; float: left; border-left: 6px solid #cc0001; padding: 0 0 0 35px; position: relative; }
.lyIdx_tit span { display: block; color: #fff; font-size: 36px; line-height: 40px; margin-bottom: 15px; }
.lyIdx_tit p { color: #fff; font-size: 36px; }
.lyIdx_tit1 span, .lyIdx_tit1 p { color: #333; }
.lyIdxtit_btn, .lyIdxAtit_btn { display: block; width: 140px; height: 40px; line-height: 40px; background: #cc0001; color: #fff; font-size: 15px; text-align: center; margin: 150px 0 24px; border-radius: 3px; position:relative; z-index:2; }
.lyIdxAtit_btn { margin: 0; }
.lyIdxtit_btn i, .lyIdxAtit_btn i { display: inline-block; margin: 0 0 0 8px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxtit_btn:hover i, .lyIdxAtit_btn:hover i { margin: 0 0 0 12px; }
.lyIdx_tit:after { content: ""; display: block; background: url(../images/ico02.png) no-repeat; width: 133px; height: 91px; position: absolute; bottom: 0; left: 37px; z-index:1; }
.lyIdx_titys { margin: 90px 0 15px; }
.lyIdx_titys:after { content: ""; display: block; background: url(../images/ico03.png) no-repeat; width: 133px; height: 91px; position: absolute; bottom: 0; left: 34px; }
.lyIdx_titys em { display: block; color: #9795a0; font-size: 16px; line-height: 30px; }
.lyIdx_Pro .lyIdxPro_list { width: calc(100% - 265px); float: right; }
.lyIdxPro_list .lyIdxPro_Box { width: 100%; padding: 20px 20px 40px; overflow: hidden; background: #fff; position: relative; }
.lyIdxPro_list .lyIdxPro_Box .lyIdxPro_Name { width: 100%; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd; }
.lyIdxPro_list .lyIdxPro_Box .lyIdxPro_Name span { display: block; color: #303030; font-size: 18px; font-weight: bold; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: calc(100% - 25px); }
.lyIdxPro_list .lyIdxPro_Box .lyIdxPro_Name img { display: block; float: right; margin-top: 15px; }
.lyIdxPro_list .lyIdxPro_Box .lyIdxPro_Img { display: block; height: 200px; position: relative; overflow: hidden; margin-top: 10px; }
.lyIdxPro_list .lyIdxPro_Box .lyIdxPro_Img img { display: block; max-height: 100%; max-width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxPro_list .lyIdxPro_Box:hover .lyIdxPro_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxPro_list .swiper-slide .lyIdxPro_Box:after { content: ""; display: block; width: 92px; height: 92px; background: #d0d0d0; color: #fff; font-size: 20px; font-family: pangmen; position: absolute; bottom: -50px; right: -60px; line-height: 50px; border-radius: 50px; padding: 0 0 0 15px; }
.lyIdxPro_list .swiper-slide:nth-child(1) .lyIdxPro_Box:after { content: "01"; padding: 0 0 0 20px; right: -65px; }
.lyIdxPro_list .swiper-slide:nth-child(2) .lyIdxPro_Box:after { content: "02"; }
.lyIdxPro_list .swiper-slide:nth-child(3) .lyIdxPro_Box:after { content: "03"; }
.lyIdxPro_list .swiper-slide:nth-child(4) .lyIdxPro_Box:after { content: "04"; }
.lyIdxPro_list .swiper-slide:nth-child(5) .lyIdxPro_Box:after { content: "05"; }
.lyIdxPro_list .swiper-slide:nth-child(6) .lyIdxPro_Box:after { content: "06"; }
.lyIdxPro_list .swiper-slide:nth-child(7) .lyIdxPro_Box:after { content: "07"; }
.lyIdxPro_list .swiper-slide:nth-child(8) .lyIdxPro_Box:after { content: "08"; }
.lyIdxPro_list .swiper-slide:nth-child(9) .lyIdxPro_Box:after { content: "09"; }
.lyIdxPro_list .swiper-slide:nth-child(10) .lyIdxPro_Box:after { content: "10"; padding: 0 0 0 20px; right: -65px; }
.lyIdxPro_list .swiper-slide:nth-child(11) .lyIdxPro_Box:after { content: "11";padding: 0 0 0 25px; right: -70px; }
.lyIdxPro_list .swiper-slide:nth-child(12) .lyIdxPro_Box:after { content: "12"; padding: 0 0 0 20px; right: -65px;}
.lyIdxPro_list .swiper-slide:hover .lyIdxPro_Box:after { background: #c10000; }
.lyIdxPro_list .swiper-slide:hover .lyIdxPro_Name a { color: #c10000; }

/*产品展示 结束*/

/*首页优势 开始*/
.lyIdx_Advantage { width: 100%; padding: 65px 0; background: #f7fbff; overflow: hidden; }
.lyIdx_Advantage .lyIdxAdv_list { width: calc(100% - 265px); float: right; }
.lyIdxAdv_list ul li { width: 22.75%; float: left; text-align: center; margin: 0 3% 0 0; }
.lyIdxAdv_list ul li:last-child { margin-right: 0; }
.lyIdxAdv_list ul li .lyIdxAdv_Img { width: 170px; height: 170px; margin: 0 auto 10px;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxAdv_list ul li .lyIdxAdv_Img img { display: block; width: 100%; }
.lyIdxAdv_list ul li .lyIdxAdv_text span { display: block; font-size: 36px; color: #333; position: relative; }
.lyIdxAdv_list ul li .lyIdxAdv_text span sup { font-size: 18px; color: #333; position: absolute; top: 0; margin: 0 0 0 5px; }
.lyIdxAdv_list ul li:nth-child(1) .lyIdxAdv_text span sup, .lyIdxAdv_list ul li:nth-child(4) .lyIdxAdv_text span sup { font-size: 16px; }
.lyIdxAdv_list ul li .lyIdxAdv_text p { font-size: 16px; color: #333; text-align: center; }
.lyIdxAdv_list ul li:hover .lyIdxAdv_Img { transform: rotateY(180deg); }

/*首页优势 结束*/

/*关于我们 开始*/
.lyIdx_About { width: 100%; padding: 65px 0; background: url(../images/lyAbout_Bg.png) no-repeat; background-size: cover; overflow: hidden; }
.lyIdx_About .lyIdxAbout_l { width: 70%; float: left; }
.lyIdxAbout_l .lyIdxAbout_tit { width: 70px; float: left; text-align: center; margin-top: 25px; }
.lyIdxAbout_l .lyIdxAbout_tit em { display: inline-block; width: 1px; height: 60px; background: #fff; }
.lyIdxAbout_l .lyIdxAbout_tit b { display: block; font-size: 80px; color: #fff; writing-mode: vertical-lr; margin-top: 15px; line-height: 70px; }
.lyIdxAbout_l .lyIdxAbout_Con { width: calc(100% - 150px); float: right; padding: 65px 80px 0 30px; }
.lyIdxAbout_l .lyIdxAbout_Con .lyIdxAbout_Name { font-size: 30px; color: #fff; font-weight: bold; }
.lyIdxAbout_l .lyIdxAbout_Con .lyIdxAbout_Ms { font-size: 15px; line-height: 30px; color: rgba(255,255,255,0.7); overflow: hidden; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 205px; margin: 30px 0 60px; }
.lyIdxAbout_l .lyIdxAbout_Con .lyIdxAbout_Ms p, .lyIdxAbout_l .lyIdxAbout_Con .lyIdxAbout_Ms span { font-size: 15px; line-height: 30px; color: rgba(255,255,255,0.7); }
.lyIdx_About .lyIdxAbout_r { width: 20%; float: right; padding: 65px 0 0; }
.lyIdxAbout_r ul li { width: 47.5%; float: left; margin: 0 5% 15px 0; float: left; background: rgba(0,0,0,0.7); height: 140px; padding: 25px 20px; }
.lyIdxAbout_r ul li:nth-child(2n+2) { margin-right: 0; }
.lyIdxAbout_r ul li:nth-child(2) { margin-top: 100px; }
.lyIdxAbout_r ul li:nth-child(3) { margin-top: -100px; }
.lyIdxAbout_r ul li .lyIdxAbout_Ico { width: 36px; height: 36px; margin: 0 0 25px; }
.lyIdxAbout_r ul li .lyIdxAbout_Ico img { display: block; width: 100%; }
.lyIdxAbout_r ul li a { display: block; font-size: 15px; color: #fff; font-weight: bold; }
.lyIdxAbout_r ul li em { display: block; width: 29px; height: 1px; background: rgba(255,255,255,0.5); margin-top: 7px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.lyIdxAbout_r ul li:hover { background: #db0112; }
.lyIdxAbout_r ul li:hover em { width: 70%; }

/*关于我们 结束*/

/*文章新闻 开始*/
.lyIdx_News { width: 100%; padding: 65px 0; background: url(../images/lyNews_Bg.png) no-repeat; background-size: cover; overflow: hidden; }
.lyIdx_News .lyIdx_tit span:nth-child(1) { margin-bottom: 25px; }
.lyIdx_News .lyIdx_tit span.on { font-weight: bold; color: #cc0001; }
.lyIdx_News .lyIdxtit_btn { margin: 310px 0 24px; }
.lyIdx_News .lyIdx_tit2:after { content: ""; display: block; background: url(../images/ico03.png) no-repeat; }
.lyIdx_News .lyIdxNews_list { width: calc(100% - 265px); float: right; }
.lyIdx_News .lyIdxNews_list .list_Part { display: none; }
.lyIdx_News .lyIdxNews_list .list_Part.on { display: block; }
.lyIdx_News .lyIdxNews_list ul li { width: 49%; float: left; background: #fff; margin: 0 2% 20px 0; padding: 35px; }
.lyIdx_News .lyIdxNews_list ul li:nth-child(2n+2) { margin-right: 0; }
.lyIdx_News .lyIdxNews_list ul li:nth-child(3), .lyIdx_News .lyIdxNews_list ul li:nth-child(4) { margin-bottom: 0; }
.lyIdx_News .lyIdxNews_list ul li .lyIdxNews_Name { font-size: 18px; display: block; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: bold; }
.lyIdx_News .lyIdxNews_list ul li p { font-size: 14px; color: #999; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 48px; margin: 15px 0 25px; }
.lyIdx_News .lyIdxNews_list ul li .lyIdxNews_time { width: 100%; padding: 20px 0 0; border-top: 1px solid #ddd; overflow: hidden; }
.lyIdx_News .lyIdxNews_list ul li .lyIdxNews_time span { display: block; width: 80%; font-size: 14px; color: #999; background: url(../images/time01.png) no-repeat left center; padding: 0 0 0 23px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdx_News .lyIdxNews_list ul li .lyIdxNews_time i { display: block; width: 23px; height: 23px; background: url(../images/jt04.png) no-repeat center center; float: right; }
.lyIdx_News .lyIdxNews_list ul li:hover { background: #cc0001; }
.lyIdx_News .lyIdxNews_list ul li:hover .lyIdxNews_Name { color: #fff; }
.lyIdx_News .lyIdxNews_list ul li:hover p { color: rgba(255,255,255,0.7); }
.lyIdx_News .lyIdxNews_list ul li:hover .lyIdxNews_time { border-top: 1px solid rgba(221,221,221,0.7); }
.lyIdx_News .lyIdxNews_list ul li:hover .lyIdxNews_time span { background: url(../images/time02.png) no-repeat left center; color: #fff; }
.lyIdx_News .lyIdxNews_list ul li:hover .lyIdxNews_time i { background: url(../images/jt05.png) no-repeat center center; }

/*文章新闻 结束*/

/*成功案例 开始*/
.lyIdx_Case { width: 100%; padding: 65px 0; background: url(../images/lyCase_Bg.png) no-repeat; background-size: cover; overflow: hidden; }
.lyIdx_Case .lyIdxtit_btn { margin: 274px 0 24px; }
.lyIdx_Case .lyIdxCase_list { width: calc(100% - 265px); float: right; background: #fff; min-height:300px; }
.lyIdxCase_list .lyIdxCase_Box { width: 100%; padding: 30px 35px 40px; overflow: hidden; background: #f3f3f3; position: relative; }
.lyIdxCase_list .swiper-slide:nth-child(even) .lyIdxCase_Box { background: #fff; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_Name { width: 100%; height: 50px; line-height: 50px; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_Name a { display: block; color: #000020; font-size: 20px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: calc(100% - 25px); }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_Name img { display: block; float: right; margin-top: 15px; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_Img { display: block; height: 210px; position: relative; overflow: hidden; margin-top: 10px; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_Img img { display: block; height: 100%; width: 100%; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; object-fit: cover;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.lyIdxCase_list .lyIdxCase_Box p { font-size: 14px; line-height: 24px; color: #999; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-break: break-all; height: 48px; margin: 15px 0 20px; }
.lyIdxCase_list .lyIdxCase_Box:hover .lyIdxCase_Img img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.lyIdxCase_list .swiper-slide:hover .lyIdxCase_Name a { color: #c10000; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_time { width: 100%; overflow: hidden; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_time span { display: block; width: 80%; font-size: 14px; color: #999; background: url(../images/time01.png) no-repeat left center; padding: 0 0 0 23px; float: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyIdxCase_list .lyIdxCase_Box .lyIdxCase_time i { display: block; width: 23px; height: 23px; background: url(../images/jt04.png) no-repeat center center; float: right; }

/*成功案例 结束*/

/*底部 开始*/
.ly_Foot { width: 100%; padding: 50px 0 0; background: url(../images/Foot_bg.png) no-repeat; background-size: cover; overflow: hidden; }
.ly_Foot .lyFoot_Top { width: 100%; padding: 0 0 30px; border-bottom: 1px solid #ddd; overflow: hidden; }
.lyFoot_Top .lyFoot_lxfs { width: 80%; float: left; background: url(../images/foot_tel.png) no-repeat left center; padding: 0 0 0 45px; }
.lyFoot_Top .lyFoot_lxfs span { display: block; font-size: 15px; color: #999; }
.lyFoot_Top .lyFoot_lxfs b { display: block; font-size: 24px; color: #060606; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 30px; min-height:30px; }
.lyFoot_Top .lyFoot_back { float: right; margin-top: 10px; }
.ly_Foot .lyFoot_Middle { width: 100%; padding: 35px 0; overflow: hidden; }
.lyFoot_Middle .lyFoot_ewm { width: 144px; float: left; text-align: center; }
.lyFoot_Middle .lyFoot_ewm img { display: block; width: 100%; }
.lyFoot_Middle .lyFoot_ewm p { font-size: 14px; color: #666; margin: 8px 0 0; }
.lyFoot_Middle .lyFoot_Nav { width: 60%; float: right; }
.lyFoot_Middle .lyFoot_Nav dl { width: 25%; float: left; }
.lyFoot_Middle .lyFoot_Nav dl dt { font-size: 18px; color: #333; font-weight: bold; margin: 0 0 25px; position: relative; }
.lyFoot_Middle .lyFoot_Nav dl dt:before { content: ""; display: block; width: 29px; height: 29px; background: #cc0001; opacity: 0.1; border-radius: 50px; position: absolute; left: -14px; top: -3px; }
.lyFoot_Middle .lyFoot_Nav dl dd { font-size: 15px; line-height: 35px; }
.lyFoot_Middle .lyFoot_Nav dl dd a { display: block; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.lyFoot_Middle .lyFoot_Nav dl dd a:hover { color: #cc0001; }
.ly_Foot .lyFoot_Copy { width: 100%; padding: 30px 0; overflow: hidden; border-top: 1px solid #ddd; font-size: 14px; color: #999; }
.ly_Foot .lyFoot_Copy a { color: #999; }
.ly_Foot .lyFoot_Copy a:hover { color: #cc0001; }
.lyFoot_Copy .Copy_l { width: 50%; float: left; }
.lyFoot_Copy .Copy_r { float: right; }
/*底部 结束*/

/*友情链接 开始*/
.lyLinks { width: 100%; min-height: 66px; background: #19191a; overflow: hidden; display: flex; }
.lyLinks .lyLinks_tit { width: 150px; float: left; background: #cc0001; text-align: center; min-height: 66px; padding: 0 0 0 18px; font-size: 18px; font-weight: bold; color: #e9eaee; overflow: hidden; display: flex; align-items: center; height: 100%; }
.lyLinks .lyLinks_tit img { display: inline-block; margin: -2px 10px 0 0; }
.lyLinks .lyLinks_list { width: calc(100% - 150px); float: right; padding: 18px 20px 19px; }
.lyLinks .lyLinks_list ul li { float: left; margin: 0 15px 0 0; line-height: 30px; }
.lyLinks .lyLinks_list ul li a { font-size: 15px; color: rgba(255,255,255,0.7); }
/*友情链接 结束*/


/*底部 结束*/

/*漂浮 开始*/
.z_slide_bar { position: fixed; right: 40px; top:30%; z-index: 9999;display: none; }
.z_slide_bar ul { width: 48px; background: #fff; border: 0px solid #050001; border-radius: 24px;box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1); }
.z_slide_bar li { position: relative; cursor: pointer; }
.z_slide_bar li .ico { border-radius: 50%; z-index: 1; position: relative;}
.z_slide_bar li .ico img { width: 48px; display: block; }
.z_slide_bar li .ico::before { content: ""; display: block; width: 24px; height: 2px; background: #c2c2c2; position: absolute; left: 50%; bottom: 0;transform: translate(-50%,0);z-index: -1 }
.z_slide_bar li:last-child .ico::before { display: none; }
.z_slide_bar li:hover .con { opacity: 1; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%) }
.z_slide_bar li .con {position: absolute;right: 58px;background: #fff;border-radius: 8px;padding: 8px;white-space: nowrap;top: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);opacity: 0; color:#999;}
.z_slide_bar li:nth-child(2) .con { padding:12px;}
.z_slide_bar li .code { display: block; width: 100px; text-align:center; }
.z_slide_bar li .code img { display: block; width: 100%; }
.z_slide_bar .z_retop { cursor: pointer; width: 48px; height: 48px; background: #fff; border: 0px solid #050001;border-radius: 50%; margin-top:20px;box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.1);}
.z_slide_bar .z_retop img { display: block; }
.z_slide_bar li .con .search-input {width: 200px;float: left;height: 30px;line-height: 30px;overflow: hidden;border: 1px solid #d4d4d4;border-radius: 8px;font-size: 13px;padding-left: 10px;background: #fff;}
.z_slide_bar li .con .input1 {height: 30px;line-height: 30px;background: none;border: 0;width: calc(100% - 57px);width: -webkit-calc(100% - 57px);width: -moz-calc(100% - 57px);float: left;outline: none;font-size: 13px;color: #666;}
.z_slide_bar li .con .bnts {float: right;width: 35px;height: 27px;background: url(../images/pf_ss.png) center center no-repeat;margin-right: 1px;cursor: pointer;border: none;background-size: 100%;}


/*内页banner*/
.NyBanner { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyBanner:before{position:absolute;content:"";bottom:0;right:-260px;width:42%;height:60px;background:rgba(204,1,1,0.95);transform:skewX(-32deg);z-index:9;}
.NyBanner2:before{right: -50px;}
.NyBanner img.nyBa_Img { display:block; width:1920px; height:500px; margin:-250px 0 0 -960px; padding:0; position:absolute; left:50%; top:50%;}
.NyBanner .NyBa_Con { width:1400px; height:auto; margin:-50px 0 0 0; padding:0; position:absolute; top:50%; left:14%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyBa_Con span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.25); font-size:24px; margin:0 auto; padding:0;}
.NyBa_Con i { display:block; width:40px; height:3px; margin:10px 0 17px; padding:0; background-color:#fff;}
.NyBa_Con p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto; padding:0;}

/*NyCrumb 开始*/
.NyCrumb { width:100%; height:auto; margin:0; padding:0; border-bottom: 8px solid rgb(204 0 1);position:absolute; bottom:0; right:0; z-index:99;}
.NyCrumb .NyCrumb_Main { width:100%; height:52px; margin:0 auto; padding:0 calc(50% - 700px); position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main p { width:22%;height:52px; overflow:hidden; line-height:44px; color:#fff; font-size:16px;white-space:nowrap; text-overflow: ellipsis; margin:0; padding:8px 40px 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyCrumb_Main p.pro2{width:37%;}
.NyCrumb_Main p img.Crumb { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0;}
.NyCrumb_Main p img.CrumbJt { display:inline-block; width:12px; height:12px; vertical-align:middle; margin:-2px 8px 0;}
.NyCrumb_Main p a { color:#fff;}
.NyCrumb_Main p span { opacity:0.5;}

/*内页banner*/

/*内页公司简介*/
.NyAboutus { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyTitle { width:100%; height:auto; margin:0 auto 40px; padding:0;text-align:center;}
.NyTitle span { display:block; width:100%; height:56px; overflow:hidden; line-height:56px; color:rgba(0,0,0,0.06); font-family:"Impact"; font-size:60px; margin:0 auto; padding:0;}
.NyTitle p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:36px; font-weight:bold; margin:-20px auto 10px; padding:0;}
.NyTitle i { display:block; width:60px; height:4px; overflow:hidden; margin:0 auto; padding:0; background-color:#cc0001;}

.lyNy_AboutUs { width: 100%; min-height:480px; overflow: hidden; margin: 0 auto; padding:65px 0; background: url(../images/n_about_bg.jpg) left center no-repeat; /*background-size:cover;*/ box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNy_AboutUs .lyNyAb_main { overflow:hidden; margin:0 auto; padding:0;}
.lyNyAb_main .lyNyAb_con { width:80%; overflow:hidden; margin:0; padding:0 0 0 70px; border-left:1px solid #e5e5e5; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}

.lyNyAb_con .NyAboutusProfile_Con { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 30px; padding:0;}
.NyAboutusProfile_Con p { width:100%; height:auto; overflow:hidden; line-height:30px!important; color:#666!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto 10px; padding:0;}
.NyAboutusProfile_Con span, .NyAboutusProfile_Con font, .NyAboutusProfile_Con em { line-height:30px!important; color:#666!important; font-size:16px!important; font-style:normal!important;}
.lyNyAb_con .NyAbout_Img img{ display:block; width:100%; height:100%;}
.lyNyAb_main .lyNyAb_data { width:20%; overflow:hidden; margin:0; padding:0 0 0 30px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lyNyAb_data ul li { margin:0 auto 100px;}
.lyNyAb_data ul li:last-child{ margin:0;}
.lyNyAb_data ul li font { display: block; width: 98px; height: 98px; text-align: center; margin-bottom: 16px; border: 2px solid #cc0001; transition: 0.5s; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; -o-transition: .3s; }
.lyNyAb_data ul li font svg { width: 44px; height: 44px; display: inline-block; vertical-align: middle; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; margin-top:26px;}
@keyframes jello{0%,11.1%,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}
.lyNyAb_data ul li p { width:100%; font-size:18px; color:#303030; line-height:30px; margin-bottom:4px}
.lyNyAb_data ul li span { font-size:48px; color:#cc0001; font-weight:bold;}
.lyNyAb_data ul li em { color:#000; font-size:15px; font-style:normal; margin-left:8px;}
.lyNyAb_data ul li:hover font { background: #cc0001; border: 2px solid #cc0001;}
.lyNyAb_data ul li:hover font svg path { fill:#fff!important;}
.lyNyAb_data ul li:hover font svg { -webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
/*荣誉资质*/
.NyAboutus .NyAboutus_Honor { width:100%; height:auto; margin:0 auto; padding:65px 0 0; background-color:#f9f9f9;}
.NyAboutus_Honor .NyAboutusHonor_Main { width:1400px; height:auto; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_Main .NyAboutusHonor_List { width:100%; height:auto; margin:0 auto; padding:0 80px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 { width:100%; height:auto; min-height:300px; overflow:hidden; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide { height:auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img { width:100%; height:326px; overflow:hidden; margin:0 auto 10px; padding:20px; background-color:#fff; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Img img { display:block; max-width:88%; max-height:88%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide .NyAboutusHonor_Name { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#333; font-size:18px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; position:relative;}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.NyAboutusHonor_List .swiper-container03 .swiper-slide:hover .NyAboutusHonor_Name { color:#cc0001;}
.NyAboutusHonor_List .swiper-button-prev3, .NyAboutusHonor_List .swiper-button-next3 { width:54px!important; height:54px!important; margin:-27px 0 0!important; border-radius:50%; position:absolute; top:50%!important; bottom:0!important; opacity:1; cursor:pointer;}
.NyAboutusHonor_List .swiper-button-prev3 { background:#fff url(../images/jt8.png) center center no-repeat; left:0;}
.NyAboutusHonor_List .swiper-button-next3 { background:#fff url(../images/jt9.png) center center no-repeat; right:0;}
.NyAboutusHonor_List .swiper-button-prev3:hover { background:#cc0001 url(../images/jt10.png) center center no-repeat;}
.NyAboutusHonor_List .swiper-button-next3:hover { background:#cc0001 url(../images/jt11.png) center center no-repeat;}
.NyAboutusHonor_Main .NyAboutusHonor_Bottom { width:100%; height:auto; margin:40px auto 0; padding:0;}
.NyAboutusHonor_Bottom i { display:block; width:100%; height:30px; overflow:hidden; margin:0 auto; padding:0; background-color:#fff;}
.NyAboutusHonor_Bottom p { width:100%; height:80px; margin:0 auto; padding:0; background: linear-gradient(to bottom, #dedede, #f9f9f9); -webkit-background: linear-gradient(to bottom, #dedede, #f9f9f9); -moz-background: linear-gradient(to bottom, #dedede, #f9f9f9); -ms-background: linear-gradient(to bottom, #dedede, #f9f9f9); -o-background: linear-gradient(to bottom, #dedede, #f9f9f9);
transform:skewX(20deg); -webkit-transform:skewX(20deg); -moz-transform:skewX(20deg); -ms-transform:skewX(20deg); -o-transform:skewX(20deg);
transform-origin:0 0; -webkit-transform-origin:0 0; -moz-transform-origin:0 0; -ms-transform-origin:0 0; -o-transform-origin:0 0;}
/*企业文化*/
/*企业文化*/
.ly_AboutQywh { width:100%; overflow:hidden; margin:0 auto; padding:65px 0;}
.lyAboutQywh_list {width:100%;height:auto;margin:0 auto;padding: 40px 0 0;background:url(../images/AboutQywh_bg.png) center center no-repeat;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

.lyAboutQywh_list ul li i { display:block; float:left; width:48px; height:48px; background:#cc0001; border-radius:50px; color:#fff; text-align:center; line-height:48px; font-size:24px;}
.lyAboutQywh_list ul li {width:50%;overflow:hidden;margin: 0 0 80px;padding:0;float:left;}
.lyAboutQywh_list ul li .lyAboutQywh_r{width: calc(100% - 70px);float:right;margin-top: 5px;}
.lyAboutQywh_list ul li .lyAboutQywh_tit { width:100%; height:45px; overflow:hidden; line-height:30px; color:#333; font-size:28px; font-weight:bold; margin:0 auto 15px; padding:0;position:relative;}
.lyAboutQywh_list ul li .lyAboutQywh_tit:after{ display:block; content:""; width:216px; height:1px; background:#e6e6e6; position:absolute; bottom:0; left:0;}
.lyAboutQywh_list ul li p { width:100%; height:30px; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:justify; margin:0 auto; padding:0 0 0 20px; background:url(../images/Qywh_ico.png) left center no-repeat;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.lyAboutQywh_list ul li:nth-child(1) {padding-left: 12%;}
.lyAboutQywh_list ul li:nth-child(3) {padding-left: 5%;}
.lyAboutQywh_list ul li:nth-child(5) {padding-left: 12%; margin:0;}
.lyAboutQywh_list ul li:nth-child(2) {padding-left: 18%;}
.lyAboutQywh_list ul li:nth-child(4) {padding-left: 25%;}
.lyAboutQywh_list ul li:nth-child(6) {padding-left: 18%; margin:0;}


/*内页公司简介*/



/*内页产品展示*/
.nym{ padding:65px 0;background: #fff;}
.nym .NyProDetail_Right{ float:left;}

.NyPro_Left { width:23.5%; height:auto; margin:0; padding:0; float:left;}
.nym .h_left{ border:1px solid #eee!important; padding:0 0;}

.ny_right{ width:73.5%;}
.ny_right ul{ min-height:500px;}
.ny_right .pro li{ width:31.3%; float:left; margin:0 3% 30px 0;}
.ny_right .pro li:nth-child(3n+3){ margin-right:0;}
.ny_right .pro li .cp_img{ background:#f9f9f9;}
.pro li .cp_img{ display:block; height:250px; line-height:250px; text-align:center; vertical-align:middle;background:#f9f9f9; overflow:hidden; position:relative;}
.pro li .cp_img img{ max-height:95%; max-width:95%;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.pro li .cp_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.pro li .cp_img:before{ content:'';position:absolute; top:0; left:0; display:none; width:100%; height:100%;background:rgba(0,0,0,.4) url(../images/cpck.png) center no-repeat; z-index:9; }
.pro li .cp_name{display:block; height:60px; line-height:60px;text-align:center; background:#333; color:#fff; font-size:18px; font-weight:bold;padding:0 10px;overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}

.pro li:hover .cp_img:before{ display:block;}
.pro li:hover .cp_img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.pro li:hover .cp_name{background:#cc0001;}

#fengye{ margin:40px auto 0; color:#666; text-align:center;}
#fengye a{display:inline-block;border-radius:2px;color:#666;background-color:#fff;border: 1px solid #ddd;height:36px;width:70px;text-align:center;margin:0 0.5%;line-height:36px;}
#fengye a:hover{background:#cc0001; color:#fff;}
#fengye .p_input {display:inline-block;color:#666;background-color:#fff;border: 1px solid #ddd;text-align:center;border-radius:2px;outline:none;padding:2px 5px;margin:0 0.5%;cursor: default;}
#fengye input{display:inline-block;padding:0 5px;background-color:#cc0001;width:70px !important;height:36px !important;line-height:36px;text-align:center;margin:0 5px;color:#fff;cursor:pointer;border:0;outline:none; }
.NyProducts #fengye,.ny_honor #fengye,.ny_case #fengye,.ny_video #fengye{ margin:20px auto 0;}


/*内页产品展示*/

/*产品列表页*/
.ckqb{ display: block; text-align:center; font-size:16px; color:#fff;background: linear-gradient(to right, #047ac5, #cc0001);height: 60px;line-height: 60px;margin-bottom: 10px;}
.ckqb:hover{background: linear-gradient(to right, #cc0001, #cc0001);}

.pro2 li { width:100%; height:auto; margin:0 auto 15px; padding:15px; background-color:#fff; border-bottom:1px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li:hover { background-color:#cc0001;}
.pro2 li .NyProlist_Img { width:28.5%; height:200px; overflow:hidden; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#f9f9f9;position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.pro2 li .NyProlist_Img a img { display:block; max-width:100%; max-height:100%; overflow:hidden; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.pro2 li .NyProlist_Text { width:71.5%; height:auto; overflow:hidden; margin:0; padding:15px 15px 25px 30px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Name { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Name a { display:block; width:100%; height:38px; overflow:hidden; line-height:38px; color:#333; font-size:20px; font-weight:bold; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Name a { color:#fff;}
.pro2 li .NyProlist_Text .NyProlist_Ms { width:100%; height:auto; overflow:hidden; margin:10px auto 20px; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Ms p { width:100%; height:56px; overflow:hidden; line-height:28px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:0 auto; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Ms p { color:rgba(255,255,255,0.6);}
.pro2 li .NyProlist_Text .NyProlist_Tags { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl { width:80%; height:auto; margin:0; padding:0; float:left;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd { display:block; width:31%; height:36px; overflow:hidden; line-height:36px; color:#999; font-size:14px; white-space:nowrap; text-overflow:ellipsis; margin:0 12px 0 0; padding:0 0 0 12px; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.pro2 li .NyProlist_Text .NyProlist_Tags dl dd i { display:block; width:8px; height:8px; overflow:hidden; margin:0; padding:0; border:1px solid #cc0001; border-radius:50%; position:absolute; left:0; top:14px;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd { color:#fff;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags dl dd i { border:1px solid #fff;}
.pro2 li .NyProlist_Text .NyProlist_Tags a.NyProlist_More { display:block; width:20%; height:36px; line-height:36px; color:#fff; font-size:14px; text-align:center; margin:0; padding:0; background-color:#cc0001; border-radius:18px; float:right; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.pro2 li:hover .NyProlist_Text .NyProlist_Tags a.NyProlist_More { color:#cc0001; background-color:#fff;}

/*产品列表页*/

/*产品详情页*/
.cp_detail_top{ padding:65px 0;}

/**产品详情页产品图片切换**/
.NyProDetail { width:1400px; height:auto; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail .NyProDetail_Main { width:100%; height:auto; margin:60px auto; padding:20px; background-color:#f9f9f9; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Main .NyProDetail_Img { width:40.5%; height:auto; margin:0; padding:0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}

#preview { width:100%; margin:0; text-align:center; position:relative;}
.list-h li { float:left;}
#spec-n5 { width:100%; height:98px; padding-top:10px; overflow:hidden;}
#spec-left { width:16px; height:88px; float:left; cursor:pointer; margin-top:3px;}
#spec-right { width:16px; height:88px; float:left;cursor:pointer; margin-top:3px;}
#spec-list { width:440px; float:left; overflow:hidden; margin-left:2px; display:inline;}
#spec-list ul {}
#spec-list ul li { float:left; display:inline; padding:0; width:23.5%; height:88px; margin:0 2% 0 0;}
#spec-list ul li:nth-child(4) { display:inline; margin:0;}
#spec-list ul li p { width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
#spec-list ul li:hover p { border:1px solid #1f71c2;}
#spec-list ul li img { display:block; max-width:92%; max-height:94%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
/*jqzoom*/
.jqzoom { position:relative; width:100%; height:382px; overflow:hidden; padding:0; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.jqzoom img { display:block; max-width:100%; max-height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}
.zoomdiv { z-index:100;position:absolute;top:1px;left:0px; background:url(i/loading.gif) #fff no-repeat center center;border:1px solid #eaeaea;display:none;text-align:center;overflow: hidden; left:102%!important; top:0!important;}
.bigimg { }
.jqZoomPup { width:200px!important; height:200px!important; z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background:url(../images/mask.png) 0 0 repeat;opacity:0.5;-moz-opacity:0.5;-khtml-opacity:0.5;filter:alpha(Opacity=50);cursor:move;}
#spec-list { position:relative; width:100%; margin:0;}
#spec-list div { width:100%!important; height:70px!important; margin:0;}
#ceshi { display:block; margin:auto!important; left:0; top:0; bottom:0; right:0;}
.prodetail_img a.videoIco { left:20px!important; bottom:20px!important; z-index:99!important;}
.Warning { width:100%!important; height:100%!important;}

.NyProDetail_Main .NyProDetail_Text { width:59.5%; height:auto; margin:0; padding:10px 0 0 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name { width:100%; height:auto; min-height:40px; max-height:80px; overflow:hidden; line-height:40px; color:#333; font-size:28px; font-weight:bold; word-break:break-all; position:relative; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical; margin:0 auto 20px; padding:0 0 0 20px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Name i { display:block; width:4px; height:28px; margin:0; padding:0; background-color:#cc0001; position:absolute; left:4px; top:7px;}
.NyProDetail_Text .NyProDetail_Ms { width:100%; height:auto; overflow:hidden; margin:20px auto 19px; padding:15px 20px; background-color:#fff; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Text .NyProDetail_Ms span { display:block; line-height:30px; color:#333; font-size:16px; font-weight:bold;}
.NyProDetail_Text .NyProDetail_Ms h1 { width:100%; height:90px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin:0 auto; padding:0;}
.NyProDetail_Text .NyProDetail_Tags { width:100%; height:auto; margin:0 auto; padding:0;}
.NyProDetail_Tags dl dd { width:50%; height:auto; margin:0; padding:15px 0; float:left;}
.NyProDetail_Tags dl dd:nth-child(1), .NyProDetail_Tags dl dd:nth-child(2) { border-bottom:1px solid #e5e5e5;}
.NyProDetail_Tags dl dd p { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0 10px 0 30px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Tags dl dd p img { display:block; width:22px; height:22px; margin:0; padding:0; position:absolute; left:0; top:9px;}
.NyProDetail_Tags dl dd p span { color:#333;}
.NyProDetail_Text .NyProDetail_Btm { width:100%; height:80px; overflow:hidden; margin:20px auto 0; padding:16px 30px; background-color:#cc0001; border-radius:20px 0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel { width:74%; height:48px; overflow:hidden; margin:0; padding:0 20px 0 64px; border-right:1px solid rgba(255,255,255,0.2); float:left; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Btm .NyProDetail_Tel em.ico1{ display:block; width:48px; height:48px;background:#fff url(../images/ProIco5.png); border-radius:50%; margin:0; padding:0; position:absolute; left:0; top:0;}
.NyProDetail_Btm .NyProDetail_Tel span { display:block; width:100%; height:20px; overflow:hidden; line-height:20px; color:rgba(255,255,255,0.5); font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.NyProDetail_Btm .NyProDetail_Tel p { width:100%; height:26px; overflow:hidden; line-height:26px; color:#fff; font-size:24px; font-weight:bold; word-break:break-all; white-space:nowrap; text-overflow:ellipsis; margin:2px auto 0; padding:0;}
.NyProDetail_Btm a.NyProDetail_Btn { display:block; width:19%; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:16px; text-align:right; margin:0; padding:0; float:right;}
.NyProDetail_Btm a.NyProDetail_Btn em.ico2{ display:block; width:48px; height:48px;background:#fff url(../images/ProIco6.png);border-radius:50%; margin:0 0 0 20px; padding:0; float:right;}


.NyProDetail .NyProDetail_Content { width:100%; height:auto; margin:60px auto; padding:0;}
.NyProDetail_Right { width:23.5%; height:auto; margin:0; padding:0; float:right;}
.NyProDetail_Left { width:76.5%; height:auto; margin:0; padding:0 40px 0 0; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Left .NyProDetail_Con { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyProDetail_Con .NyProDetail_Tit { width:100%; height:auto; margin:0 auto 30px; padding:0; border-top:1px solid #e6e6e6;}
.NyProDetail_Con .NyProDetail_Tit span { display:inline-block; width:auto; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:18px; font-weight:bold; margin:0; padding:0 30px; background-color:#cc0001; border-radius:0 0 22px;}

.NyProDetail_Con .ProDetailText { width:100%; overflow:hidden; line-height: 30px; color: #666; font-size: 16px; margin:0 auto 30px; padding:0;}
.ProDetailText div, .ProDetailText p { margin:0 auto 30px;}
.ProDetailText br { display:none;}
.ProDetailText img, .ProDetailText table, .ProDetailText tr, .ProDetailText td, .ProDetailText p, .ProDetailText span, .ProDetailText div, .ProDetailText video, .ProDetailText embed { width:auto !important;height:auto !important;max-width:100% !important;max-height: 100%; line-height: 30px; color: #666; font-size: 16px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;white-space:normal;word-break:break-all; text-align:justify; float:none;}
.ProDetailText p span, .ProDetailText span, .ProDetailText p em, .ProDetailText em { color:#666!important; font-family:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:16px!important;}
.ProDetailText b { display:block; line-height: 30px; color: #666; font-size: 16px; font-weight:bold; margin:0 0 5px;}
.ProDetailText table tr td p { text-indent:0!important;}
.ProDetailText img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

/*产品分类 开始*/
.h_left { width:100%; overflow:hidden; background-color:#fff; margin:0 auto; padding:0 0; border:1px solid #eee; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_Left .h_left, .NyProlist_Left .h_left { border-top:0;}
.cp_type {}
.cp_type .hd {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.cp_type .hd p {width:100%;height:44px;line-height:32px;color:#333;font-size:28px;font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.cp_type .hd p img {display:block;width:34px;height:29px;padding:0;float: right;}
.cp_type .hd span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing:3px;}
.cp_type .hd i { display:none;}

.cp_type .bd { padding:0 0 10px; min-height:200px;}
.cp_type .bd ul li { background-color:#fff; padding:0 29px; border-bottom:0px solid #eee; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.cp_type .bd ul li.on { padding:15px 29px; background-color:#f9f9f9; border-bottom:1px solid #eee;}
.cp_type .bd ul li p { height:40px; line-height:40px; padding:15px 40px 50px 0; border-bottom:1px solid #eee; position:relative;}
.cp_type .bd ul li:last-child p {}
.cp_type .bd ul li p a { display:block; width:100%; padding:0; overflow: hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.cp_type .bd ul li p span { display:block; width:40px; height:100%; background:url(../images/mulu0.png) center center no-repeat; cursor:pointer; position:absolute; top:0; right:0;}
.cp_type .bd ul li div { display:none;}
.cp_type .bd ul li div a { display:block; height:32px; line-height:32px; color:#999; font-size:14px; border-top:0px solid #eaeaea; padding:0 0 0 26px; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;background:url(../images/ml_ico1.png) no-repeat 10px center;}
.cp_type .bd ul li div a:first-child { border-top:0;}
.cp_type .bd ul li div a i { display:block; width:4px; height:4px; margin:13px 6px 13px 0; padding:0; border:1px solid #999; border-radius:50%; float:left;}
.cp_type .bd ul li div a:hover i { border:1px solid #cc0001;}
.cp_type .bd ul li.on p { padding:0 40px 0 0; border-bottom:1px solid #f9f9f9;}
.cp_type .bd ul li p:hover a, .cp_type .bd ul li.on p a { color:#cc0001;}
.cp_type .bd ul li p:hover span { background:url(../images/mulu1.png) center center no-repeat;}
.cp_type .bd ul li.on p span { background:url(../images/mulu2.png) center center no-repeat;}
.cp_type .bd ul li div a:hover { color:#cc0001;background:url(../images/ml_ico2.png) no-repeat 10px center;}
.cp_type .bd ul a.ckqb { display:block; height:34px; line-height:34px; font-size:16px; color:#333; background:#f1f1f1; width:92%; margin:10px auto; text-align:center; overflow: hidden; text-overflow: ellipsis; white-space:nowrap;cursor:pointer;}
.cp_type .bd ul a.ckqb:hover { background:#cc0001; color:#fff;}

.ProAll { width:100%; height:auto; margin:10px auto 0; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; font-weight:bold; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 29px; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.ProAll a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:29px;}
.ProAll a:hover { color:#cc0001;}
.ProAll a:hover i { background:url(../images/mulu1.png) center center no-repeat;}
/*产品分类 开始*/

.NyPro_PrevNext { width:100%; height:auto; margin:0 auto; padding:7px 30px; background-color:#cc0001; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p { width:42%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; margin:0; padding:0; position:relative; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyPro_PrevNext p a { line-height:40px; color:#fff; font-size:16px;}
.NyPro_PrevNext p.NyProPrev { padding:0 0 0 30px;}
.NyPro_PrevNext p.NyProNext { padding:0 30px 0 0; text-align:right;}
.NyPro_PrevNext p img { display:block; width:20px; height:20px; margin:0; padding:0; position:absolute; top:10px;}
.NyPro_PrevNext p.NyProPrev img { left:0;}
.NyPro_PrevNext p.NyProNext img { right:0;}
.NyPro_PrevNext a.NyProAll { display:block; width:16%; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:16px; text-align:center; margin:0; padding:0; float:left;}
.NyPro_PrevNext a.NyProAll img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-2px 10px 0 0; padding:0;}


.NyProDetail_Order { width:100%; height:auto; overflow:hidden; margin:0 auto 60px; padding:40px 40px 15px; background:#f2f2f2 url(../images/xs.png) left top no-repeat; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProDetail_Order .NyProOrder_Main { width:100%; height:auto; margin:0 auto; padding:0; position:relative;}
.NyProOrder_Main .NyProOrder_Left { width:22%; height:auto; margin:0; padding:40px; float:left; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Left .NyProOrder_Title { width:100%; height:auto; margin:0 auto 40px; padding:0;}
.NyProOrder_Title p { width:100%; height:auto; overflow:hidden; line-height:40px; color:#333; font-size:30px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Title i { display:block; width:36px; height:4px; margin:10px 0 15px; padding:0; background-color:#cc0001;}
.NyProOrder_Title span { display:block; width:100%; height:auto; overflow:hidden; line-height:30px; color:#333; font-size:18px; font-weight:bold; margin:0 auto; padding:0;}
.NyProOrder_Left .NyProOrder_Img { width:152px; height:152px; overflow:hidden; margin:0 auto; padding:0; border:6px solid #cc0001; border-radius:50%; background-color:#fff; position:relative;}
.NyProOrder_Img img { display:block; width:100%; height:100%; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0;}

.NyProOrder_Main .NyProOrder_Right { width:78%; height:auto; margin:0; padding:0 40px; float:right; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li h4, .NyProOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(2), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyProOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li:last-child { margin:25px auto 0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa!important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#fff!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .c_yzm { width:auto; margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#999; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#fff!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:200px!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important; position:absolute; left:40px; bottom:45px;}
.NyProOrder_Main .NyProOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 0 20px 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#cc0001!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#cc0001!important;}
.NyProOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#c20202!important;}
.NyProOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 { width:100%!important;}


/*产品详情介绍*/


/*相关文章 开始*/
.NyXgwz { width:100%; overflow:hidden; background-color:#fff; margin:50px auto 0; padding:0 0; border:1px solid #eee;box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz .NyXgwz_Title {width:100%;height:auto;margin:0 auto 20px;padding: 50px 30px 0;box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-moz-box-sizing: border-box;background: url(../images/ml_quan.png) no-repeat  46px 22px;}
.NyXgwz_Title p { width:100%; height:44px; line-height:32px; color:#333; font-size:28px; font-weight:bold;margin: 0 auto 8px;padding: 0 0 12px;border-bottom: 1px solid #eee;}
.NyXgwz_Title p img { display:block;width:34px;height:29px;padding:0;float: right;}
.NyXgwz_Title span {display:block;height:24px;line-height:24px;color: #999;font-size: 15px;letter-spacing: 6px;}

.NyXgwz .NyXgwz_List { width:100%; height:auto; min-height:200px; margin:0 auto; padding:0 29px; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd { width:100%; height:auto; margin:0 auto; padding:10px 0; border-top:1px solid #eee;}
.NyXgwz_List dl dd a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:16px; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0 40px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyXgwz_List dl dd a i { display:block; width:40px; height:40px; margin:0; padding:0; background:url(../images/mulu0.png) center center no-repeat; position:absolute; top:0; right:0;}
.NyXgwz_List dl dd a:hover { color:#cc0001;}
.NyXgwz_List dl dd a:hover i { background:url(../images/mulu1.png) center center no-repeat;}

.NyXgwz_List .nyArt_all { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:20px 0;}
.NyXgwz_List .nyArt_all a { display: block; width: 140px; height: 40px; line-height: 40px; color: #fff; font-size: 14px; text-align:center; background-color: #cc0001; margin:0 auto; padding: 0; border-radius:20px;}
.NyXgwz_List .nyArt_all a i { display:inline-block; width:18px; height:15px; vertical-align:middle; margin:-2px 0 0 10px; padding:0; background: url(../images/jt3.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyXgwz_List .nyArt_all a:hover i { margin:-2px 0 0 20px;}

/*相关文章 结束*/


/*产品详情页*/

/*内页新闻中心*/
.ny_new{ min-height:600px;}
.ny_new .w1400{border-top: 1px solid #e5e5e5;}
.ny_new ul li { width:100%; height:auto; margin:0 auto; padding:40px 0; border-bottom:1px solid #e5e5e5;}
.ny_new ul li .NyNews_Time { width:12%; height:auto; margin:0; padding:0; float:left;}
.ny_new ul li .NyNews_Time span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-family:"RobotoBold"; font-size:18px;font-weight:bold; margin:0 auto; padding:0;}
.ny_new ul li .NyNews_Time span img { display:inline-block; width:15px; height:15px; vertical-align:middle; margin:-4px 6px 0 0;}
.ny_new ul li .NyNews_Time p { display:block; width:100%; height:60px; overflow:hidden; line-height:60px; color:#333; font-family:"RobotoBold"; font-size:50px; font-weight:bold; margin:0 auto; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Time p { color:#cc0001;}

.ny_new ul li .NyNews_Text { width:88%; height:auto; margin:0; padding:0; float:right;}
.ny_new ul li .NyNews_Text a.NyNews_Name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:24px; white-space:nowrap; text-overflow:ellipsis; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Text a.NyNews_Name { color:#cc0001;}
.ny_new ul li .NyNews_Text p { width:100%; height:auto; max-height:60px; overflow:hidden; line-height:30px; color:#999; font-size:16px; word-break:break-all; text-align:justify; margin:10px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.ny_new ul li .NyNews_Text a.NyNews_More { display:block; width:auto; height:30px; line-height:30px; color:#999; font-size:16px; margin:0; padding:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li .NyNews_Text a.NyNews_More i { display:inline-block; width:16px; height:14px; vertical-align:middle; margin:-2px 0 0 10px; background: url(../images/jt13.png) center center no-repeat; background-size:100% 100%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_new ul li:hover .NyNews_Text a.NyNews_More { color:#cc0001;}
.ny_new ul li:hover .NyNews_Text a.NyNews_More i { margin:-2px 0 0 20px; background: url(../images/jt16.png) center center no-repeat; background-size:100% 100%;}

/*内页新闻中心*/ 

/*新闻详情页*/
.new_detil{ padding:65px 0;}
.new_detil .w1400{position:relative;}
.new_detil .nyNewsDetail_Title { width:100%; height:auto; margin:0 auto 20px; padding:0;}
.nyNewsDetail_Title h1 { width:100%; height:auto; line-height:50px; color:#333; font-size:30px;margin:0 auto; padding:0 150px 0 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.new_detil .nyNewsDetail_Tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:16px; margin:0 auto 30px; padding:0 0 15px; border-bottom:1px solid #e6e6e6;}
.nyNewsDetail_Tips span { display:inline-block; height:30px; line-height:30px; color:#999; font-size:16px; margin:0 40px 0 0; padding:0;}
.nyNewsDetail_Tips span img { display:block; width:16px; height:16px; margin:7px 7px 7px 0; padding:0; float:left;}
.nyNewsDetail_Con { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.nyNewsDetail_Con div, .nyNewsDetail_Con p, .nyNewsDetail_Con span, .nyNewsDetail_Con font, .nyNewsDetail_Con em { width:100%; height:auto; overflow:hidden; line-height:28px!important; color:#666!important; font-family:Arial,Helvetica,\5FAE\8F6F\96C5\9ED1,sans-serif!important; font-size:16px!important; font-style:normal; word-break:break-all; text-align:justify; margin:0 auto; padding:0;}
.nyNewsDetail_Con div, .nyNewsDetail_Con p { margin:0 auto 20px;}
.nyNewsDetail_Con img { display:inline-block; width:auto!important; max-width:100%!important; height:auto!important; margin:0 0 20px;}

.new_detil a.ReturnBtn { display:block; width:140px; height:40px; overflow:hidden; line-height:40px; color:#777; font-size:16px; text-align:center; background-color:#fff; border:1px solid #e5e5e5; border-radius:21px; position:absolute; top:0; right:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.new_detil a.ReturnBtn i { display:inline-block; width:18px; height:18px; vertical-align:middle; margin:-2px 6px 0 0; padding:0; background:url(../images/ico4.png) center center no-repeat; background-size:18px 18px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.new_detil a.ReturnBtn:hover { color:#fff; background-color:#cc0001; border:1px solid #cc0001;}
.new_detil a.ReturnBtn:hover i { background:url(../images/ico5.png) center center no-repeat; background-size:18px 18px;}

.nyPrevNext { width:100%; height:auto; margin:40px auto 0; padding:0;}
.nyPrevNext ul li{ width:50%; background:#f5f5f5; text-align:center;color:#666; font-size: 18px;line-height:100px;}
.nyPrevNext ul li:nth-child(1){padding:0 0 0 284px;}
.nyPrevNext ul li:nth-child(2){padding:0 284px 0 0;}
.nyPrevNext ul li span{display:inline-block; width:30px; height:30px; vertical-align:middle;font-size:0;}
.nyPrevNext ul li span a{ display:block; width:100%; height:100%;}
.nyPrevNext ul li:nth-child(1) span{background:url(../images/jt17.png) left center no-repeat;margin: 0 10px 0 0;}
.nyPrevNext ul li:nth-child(2) span{background:url(../images/jt14.png) right center no-repeat;margin: 0 0 0 10px;}
.nyPrevNext ul li:hover{ background:#cc0001;color:#fff;}
.nyPrevNext ul li:nth-child(1):hover span{background:url(../images/jt18.png) left center no-repeat;}
.nyPrevNext ul li:nth-child(2):hover span{background:url(../images/jt15.png) right center no-repeat;}

/*新闻详情页*/

/*内页行业应用*/
.ny_case{ background:#fff; min-height:500px;}
.ny_case ul li{ width: 31.4667%; margin: 0 2.8% 40px 0;padding: 40px 30px; background:#f8f8f8; color:#777; float:left;}
.ny_case ul li:nth-child(3n+3){ margin-right:0;}
.ny_case ul li span{ display:block; font-size:22px; line-height:18px;}
.ny_case ul li .case_name{ display:block; font-size:20px; font-weight:bold; color:#333; height:55px; line-height:30px; margin-top:10px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_case ul li i{ display:block; width:100%; height:1px; background:#eee; margin:20px 0;}
.ny_case ul li .case_m{ height:195px; overflow:hidden;}
.ny_case ul li .case_m .case_img{ display:block; width:100%; height:195px; vertical-align:middle; text-align:center; overflow:hidden;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ny_case ul li .case_m .case_img img{ width:100%; height:100%;object-fit: cover;}
.ny_case ul li .case_m p{ font-size:14px; line-height:25px; height:100px; margin:10px 0 20px; overflow:hidden;display: -webkit-box; -webkit-line-clamp: 4;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_case ul li .case_m .more3{ display:block; width:50px; height:50px; line-height:50px; background:#cc0001; border-radius:50%; margin:0 auto; text-align:center; font-size:20px;color:#fff;transition: all .65s;}

.ny_case ul li:hover{ background:#fff;-webkit-box-shadow: #ccc 0px 4px 17px;-moz-box-shadow: #ccc 0px 4px 17px;;box-shadow: #ccc 0px 4px 17px;}
.ny_case ul li:hover .case_name{ color:#cc0001; }
.ny_case ul li:hover .case_m .case_img{ margin-top:-195px;}
.ny_case ul li:hover .case_m .more3{transform: rotate(720deg);}

/*内页行业应用*/

/*内页视频中心*/
.ny_video{ background:#fff; min-height:500px;}
.ny_video ul li{ width: 23.5%; margin: 0 2% 30px 0;float:left;}
.ny_video ul li:nth-child(4n){ margin-right:0;}
.ny_video ul li .case_m{ height:230px; overflow:hidden;}
.ny_video ul li .case_m .case_img{ display:block; width:100%; height:230px; vertical-align:middle; text-align:center; position:relative; overflow:hidden;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ny_video ul li .case_m .case_img:before{content: '';display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 44px;height: 44px;background: url(../images/video.png) no-repeat center;background-size: 100%;z-index: 1;}
.ny_video ul li .case_m .case_img img{ width:100%; height:100%;object-fit: cover;transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.ny_video ul li:hover .case_m .case_img img{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.ny_video ul li .text{width:100%;padding:20px;background:#f4f4f4; position:relative;}
.ny_video ul li .text:after{ content: '';width:100%; height:4px; background:#ddd;position: absolute;left: 0;bottom: 0;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ny_video ul li .case_name{ display:block; font-size:18px; font-weight:bold; color:#333;line-height:30px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ny_video ul li p{font-size:15px; color:#999; line-height:25px; margin:10px 0 20px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}
.ny_video ul li .time{font-size: 15px;color: #999;line-height: 26px;}
.ny_video ul li .time i{display: inline-block;width: 13px; height: 13px;vertical-align: middle;margin: -3px 10px 0 0;padding: 0; background: url(../images/video_time.png) center no-repeat;}
.ny_video ul li .time a{ display:inline-block;width: 18px; height: 18px;background: url(../images/video_more.png) center no-repeat;vertical-align: middle;float: right;margin: 4px 0 0 0;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s;}

.ny_video ul li:hover .case_name{ color:#cc0001;}
.ny_video ul li:hover .text:after{ background:#cc0001;}
.ny_video ul li:hover .time a{background: url(../images/video_more_on.png) center no-repeat;}

.fvopvideo { width:80% !important; height:500px!important;margin:0 auto 20px !important;position:relative;z-index:99;}

/*内页视频中心*/

/*内页资料下载*/
.ny_down{}
.ny_down_tit{ height:80px; line-height:80px; padding:0 40px; background:#cc0001; position:relative;}
.ny_down_tit:before{ position:absolute; content:""; display:block; width:100%; height:3px; background:#960001; left:0; bottom:0;}
.ny_down_tit span{ display:inline-block; font-size:20px; color:#fff; font-weight:bold;text-align:left;padding-left: 36px;}
.ny_down_tit span.t1{ width:64%; background:url(../images/down_1.png) left center no-repeat;}
.ny_down_tit span.t2{ width:116px;background:url(../images/down_2.png) left center no-repeat;}
.ny_down_tit span.t3{ width:76px;background:url(../images/down_3.png) left center no-repeat;}

.ny_down_list{}
.ny_down_list ul li{ width:100%; height:80px; line-height:80px; padding:0 40px;  color:#777; text-align:left;}
.ny_down_list ul li:nth-child(2n){ background:#fff;}
.ny_down_list ul li:nth-child(2n-1){ background:#f8f8f8;}
.ny_down_list ul li .tit{width:66%;display:inline-block;font-size:17px;color:#444; padding-right:30px; overflow:hidden;text-overflow: ellipsis; white-space:nowrap;}
.ny_down_list ul li p{width:100px;display:inline-block;font-size:16px;line-height:80px;overflow:hidden;}
.ny_down_list ul li .more5{width:66px;display:inline-block; height:30px;background:url(../images/down_4.png) center no-repeat;margin: 25px auto;}

.ny_down_list ul li:hover{ background:#fff; margin:0 0 10px 0;-webkit-box-shadow: #ccc 0px 10px 30px;-moz-box-shadow: #ccc 0px 10px 30px;box-shadow: #ccc 0px 10px 30px; }
.ny_down_list ul li:hover .tit{ color:#cc0001; font-weight:bold;}
.ny_down_list ul li:hover .more5{background:url(../images/down_4a.png) center no-repeat;}

.down_wj{padding-bottom:20px!important;margin-top:40px!important; text-align:center!important;}
.down_wj a{display:inline-block;width:130px;height:40px;line-height:40px;text-align:center;font-size:15px;border:1px solid #cc0001;margin:0 auto 10px;color:#cc0001;background: url(../images/Adown1.png) 15px center no-repeat;padding: 0 0 0 30px;}
.down_wj a:first-child{border:1px solid #cc0001;background:#cc0001 url(../images/Adown.png) 15px center no-repeat;color:#fff; margin-right:20px;}
.down_wj a:hover{border:1px solid #cc0001;background:#960001 url(../images/Adown.png) 15px center no-repeat;color:#fff;}

/*内页资料下载*/

/*资质列表页*/
.ny_honor{background:#fff;}
.ny_honor ul{ min-height:300px;}
.ny_honor ul li{ width:50%; margin:0 -1px 30px 0; float:left; border:1px solid #eee; box-sizing:border-box;}
.ny_honor ul li .honr_img{width:50%; display:block; height:330px; overflow:hidden; text-align:center; vertical-align:middle;}
.ny_honor ul li .honr_img img{ max-height:80%; max-width:80%;-webkit-box-shadow: #e4e4e4 10px 1px 28px;-moz-box-shadow: #e4e4e4 10px 1px 28px;box-shadow: #e4e4e4 10px 1px 28px;-webkit-transition: all .5s;-moz-transition: all .5s; -ms-transition: all .5s;-o-transition: all .25s;transition: all .5s; }
.ny_honor ul li .honr_img .iblock {display:inline-block;height:100%;width:0;vertical-align:middle;}
.ny_honor ul li .honr_txt{width:50%; padding:52px 20px;background:#f9f9f9; }
.ny_honor ul li .honr_txt .honr_txt_m{background:url(../images/honr_ico.png) top right no-repeat;border-bottom:1px solid #eee; padding:0 20px 20px;}
.ny_honor ul li .honr_txt .honr_txt_m .more7{ display:block; font-size:14px; color:#aaa; font-weight:bold; padding-top:20px;}
.ny_honor ul li .honr_txt .honr_txt_m .honr_name{display:block; font-size:24px; color:#666; height:70px; line-height:35px; margin:40px 0 30px;overflow: hidden;display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;word-break: break-all;}
.ny_honor ul li .honr_txt .honr_txt_m p{ display:block; font-size:16px; color:#aaa;}

.ny_honor ul li:hover .honr_img img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
.ny_honor ul li:hover .honr_txt{background:#cc0001;}
.ny_honor ul li:hover .honr_txt .honr_txt_m{background:url(../images/honr_icoa.png) top right no-repeat;border-bottom:1px solid rgba(255,255,255,0.4);}
.ny_honor ul li:hover .honr_txt .honr_txt_m .more7{ color:rgba(255,255,255,0.4);}
.ny_honor ul li:hover .honr_txt .honr_txt_m .honr_name{ color:#fff;}
.ny_honor ul li:hover .honr_txt .honr_txt_m p{ color:rgba(255,255,255,0.4);}

/*资质列表页*/

/*内页-在线留言 开始*/
.NyOrder_Main {height:auto; margin:0 auto;background-color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Main .NyOrder_Left { width:28%; height:675px; overflow:hidden; margin:0; padding:120px 40px; background:#cc0001 url(../images/Bg2.png) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Left img { display:block; width:57px; height:57px; margin:0 0 40px; padding:0;}
.NyOrder_Left p { width:100%; height:auto; line-height:40px; color:#fff; font-size:36px; font-weight:bold; margin:0 auto 5px; padding:0;}
.NyOrder_Left font { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-family:"RobotoRegular"; font-size:24px; margin:0 auto; padding:0;}
.NyOrder_Left span { display:block; width:100%; height:auto; line-height:30px; color:rgba(255,255,255,0.5); font-size:16px; word-break:break-all; text-align:justify; margin:30px auto 0; padding:0;}

.NyOrder_Main .NyOrder_Right { width:72%; height:auto; overflow:hidden; margin:0; padding:0 0 0 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg { width:100%!important; height:auto!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg h3 { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul { width:100%!important; overflow:hidden!important; margin:0 auto!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li h4, .NyOrder_Right #ly_msg.ly_msg ul li h4.xh { display:none!important;}
.NyOrder_Right #ly_msg.ly_msg ul li { width:100%!important; height:auto!important; overflow:hidden!important; line-height:inherit!important; color:inherit!important; font-size:inherit!important; margin:0 0 25px!important; padding:0!important; clear:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(1), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(3), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(5) { width:48%!important; margin:0 4% 25px 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(2),.NyOrder_Right #ly_msg.ly_msg ul li:nth-child(4), .NyOrder_Right #ly_msg.ly_msg ul li:nth-child(6) { width:48%!important; float:right!important;}
.NyOrder_Right #ly_msg.ly_msg ul li:last-child { margin:40px auto 0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12, .NyOrder_Right #ly_msg.ly_msg ul li .msg_tara { width:100%!important; height:auto!important; margin:0!important; padding:0!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt1 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt12 .msg_option { display:block!important; width:100%!important; height:60px!important; line-height:60px; color:#aaa!important; font-size:16px!important; margin:0!important; padding:0 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .c_yzm { margin:0 10px 0 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2 input { width:240px!important; margin:0 10px 0 0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li a.yzm_img { display:block!important; width:120px!important; height:40px!important; margin:10px 0!important; padding:0!important; float:left!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt2>span { line-height:60px!important; color:#999!important; font-size:16px!important;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_tara textarea, .NyOrder_Right #ly_msg.ly_msg ul li .msg_ipt0 textarea { display:block!important; width:100%!important; height:150px!important; line-height:30px; color:#aaa; font-size:16px!important; margin:0!important; padding:15px 20px!important; background-color:#f2f2f2!important; border:0!important; outline:none!important; resize:none!important; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyOrder_Right #ly_msg.ly_msg ul li .msg_btn { width:100%!important; height:auto!important; overflow:hidden!important; margin:0!important; padding:0!important; float:inherit!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input { width:200px!important; height:60px!important; overflow:hidden!important; line-height:60px!important; color:#fff!important; font-size:16px!important; text-align:center!important; background-color:#333!important; margin:0 20px 0 0!important; padding:0!important; border:none!important; cursor:pointer!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input:hover { background-color:#cc0001!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1 { background-color:#cc0001!important;}
.NyOrder_Right #ly_msg.ly_msg .msg_btn input.msg_btn1:hover { background-color:#023671!important;}

/*内页-在线留言 结束*/

/*内页联系我们*/
.NyContactUs { width:100%; height:auto; min-height:320px; margin:0 auto; padding:0;}
.NyContactUs .NyContactUs_Infor { width:100%; height:auto; margin:0 auto; padding:65px 0; background-color:#f5f5f5; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Infor .NyContactUsInfor_Main { width:1400px; height:auto; margin:0 auto; padding:0;}
.NyContactUsInfor_Main .NyContactUsInfor_Con { width:100%; height:auto; margin:0 auto; padding:0; background-color:#f9f9f9;}
.NyContactUsInfor_Con .NyContactUs_Ewm { width:28.5%; height:250px; overflow:hidden; margin:0; padding:40px; background:#0048b5 url(../images/Bg1.jpg) center center no-repeat; background-size:cover; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm p { width:100%; height:auto; line-height:30px; color:#fff; font-size:18px; font-weight:bold; text-align:center; margin:0 auto 20px; padding:0;}
.NyContactUs_Ewm span { display:block; width:120px; height:120px; overflow:hidden; margin:0 auto; padding:9px; border:1px solid rgba(255,255,255,0.25); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Ewm span img { display:block; width:100px; height:100px; margin:0 auto; padding:0;}

.NyContactUsInfor_Con .NyContactUs_Lxfs { width:71.5%; height:250px; overflow:hidden; margin:0; padding:67px 0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background:#fff;}
.NyContactUs_Lxfs ul li { width:33.333333%; height:auto; margin:0; padding:0 20px; border-right:1px solid #e6e6e6; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyContactUs_Lxfs ul li:nth-child(3) { border:0;}
.NyContactUs_Lxfs ul li img { display:block; width:44px; height:44px; margin:0 auto 20px; padding:0;}
.NyContactUs_Lxfs ul li span { display:block; width:100%; height:auto; line-height:30px; color:#333; font-size:18px; text-align:center; margin:0 auto; padding:0;}
.NyContactUs_Lxfs ul li p { width:100%; height:22px; overflow:hidden; line-height:22px; color:#999; font-size:18px; text-align:center; word-break:break-all; white-space:nowrap; text-overflow: ellipsis; margin:0 auto; padding:0;}

.NyContactUs .NyContactUs_Map { width:1400px; height:auto; margin:65px auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyMap { width:100%; height:500px; overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; -moz-box-sizing: border-box;}
.NyMap .dz_map { width:100%; height:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyMap .dz_map #container { height:120%;}

/*内页联系我们*/

